home *** CD-ROM | disk | FTP | other *** search
/ Computer Inter@ctive 16 / Computer Interactive cdrom 16 - dic 98.iso / zdnetit / content / ARACHE.ZIP / AHTML40.TXT < prev    next >
Encoding:
Text File  |  1998-09-09  |  3.9 KB  |  132 lines

  1.  
  2. This is complete list of 96 unique HTML tags and 21 "aliases" to these tags
  3. already supported by Arachne WWW browser.
  4.  
  5. Arachne will attempt to render these tags according to HTML/4.0 specification.
  6. This listing is synchronized with files html.h (list supported tags) and
  7. analtag.c (tag detection engine). These files are part of Arachne source code.
  8.  
  9. -----------------------------------------------------------------------------
  10. Tag:                     Arguments,comment:
  11. -----------------------------------------------------------------------------
  12. <P>                      ALIGN
  13. </P>
  14. <A>                      HREF,NAME,TARGET
  15. </A>
  16. <IMG>                    SRC,ALT,HEIGHT,WIDTH,ALIGN,BORDER,ISMAP,USEMAP
  17. <BR>                     CLEAR
  18. <CENTER>
  19. </CENTER>
  20. <NOBR>
  21. </NOBR>
  22. <DIV>                    ALIGN
  23. </DIV>
  24. <H1>                     ALIGN
  25. </H1>
  26. <H2>                     ALIGN
  27. </H2>
  28. <H3>                     ALIGN
  29. </H3>
  30. <H4>                     ALIGN
  31. </H4>
  32. <H5>                     ALIGN
  33. </H5>
  34. <H6>                     ALIGN
  35. </H6>
  36. <TT>
  37. </TT>
  38. <PRE>
  39. </PRE>
  40. <FONT>                   SIZE,COLOR [+arachne extension "3D"]
  41. </FONT>
  42. <BASEFONT>               SIZE,COLOR
  43. </BASEFONT>
  44. <HR>                     SIZE,WIDTH,ALIGN
  45. <B>
  46. </B>
  47. <I>
  48. </I>
  49. <TABLE>                  WIDTH,ALIGN,BORDER,BGCOLOR,CELLSPACING,CELLPADDING
  50. </TABLE>
  51. <TD>                     COLSPAN,ROWSPAN,BGCOLOR,WIDTH,ALIGN,NOWRAP
  52. </TD>
  53. <TR>                     BGCOLOR
  54. </TR>
  55. <TH>                     COLSPAN,ROWSPAN,BGCOLOR,WIDTH,ALIGN,NOWRAP
  56. </TH>
  57. <LI>
  58. </LI>
  59. <DD>
  60. </DD>
  61. <UL>
  62. </UL>
  63. <OL>
  64. </OL>
  65. <INPUT>                  NAME,VALUE,TYPE,SRC [+arachne extensions]
  66. <FORM>                   ACTION,METHOD,TARGET [+arachne extensions]
  67. </FORM>
  68. <HEAD>
  69. </HEAD>
  70. <TITLE>
  71. </TITLE>
  72. <SCRIPT>                 [currently implemented only to ignore script code]
  73. </SCRIPT>
  74. <CAPTION>                COLSPAN,ROWSPAN,BGCOLOR,WIDTH,ALIGN,NOWRAP
  75. </CAPTION>
  76. <TEXTAREA>               ROWS,COLS,NAME [+arachne extensions]
  77. </TEXTAREA>
  78. <BODY>                   BGCOLOR,BACKGROUND,COLOR,LINK [+arachne extensions]
  79. </BODY>
  80. <BASE>                   HREF,TARGET
  81. </BASE>
  82. <CODE>
  83. </CODE>
  84. <FRAMESET>               ROWS,COLS
  85. </FRAMESET>
  86. <FRAME>                  SRC,NAME,SCROLLING,MARGINWIDTH,MARGINHEIGTH
  87. <SELECT>                 SIZE,NAME,MULTIPLE
  88. </SELECT>
  89. <OPTION>                 VALUE,SELECTED
  90. </OPTION>
  91. <U>
  92. </U>
  93. <NOFRAMES>
  94. </NOFRAMES>
  95. <SMALL>
  96. </SMALL>
  97. <BIG>
  98. </BIG>
  99. <SUB>
  100. </SUB>
  101. <SUP>
  102. </SUP>
  103. <MAP>                    NAME
  104. </MAP>
  105. <AREA>                   SHAPE,COORDS,HREF,NOHREF
  106. <META>                   HTTP-EQUIV,REFRESH
  107. <ARACHNE>                MSG,RAW,NOCACHE [this is tag specific to Arachne]
  108.  
  109. -----------------------------------------------------------------------------
  110. Alias:                   Recognized as:    Comment:
  111. -----------------------------------------------------------------------------
  112. <ADDRESS>                <I>               what else can we do with it ?
  113. </ADDRESS>               </I>
  114. <BLOCKQUOTE>             <UL>              like Netscape
  115. </BLOCKQUOTE>            </UL>
  116. <CITE>                   <I>
  117. </CITE>                  </I>
  118. <DT>                     <LI>
  119. <DL>                     <OL>              in future these tags will be
  120. </DL>                    </OL>             changed rather to <UL>. <OL>
  121. <DIR>                    <OL>              items should be numbered.
  122. </DIR>                   </OL>
  123. <MENU>                   <OL>
  124. </MENU>                  </OL>
  125. <EM>                     <B>               what was wrong with <B> ?
  126. </EM>                    </B>
  127. <KBD>                    <CODE>            rendered as <TT><B>
  128. </KBD>                   </CODE>
  129. <S>                      <B>               maybe this should read <STRIKE> ?
  130. </S>                     </B>
  131. <STRONG>                 <B>               again, what was wrong with <B> ?
  132. </STRONG>                </B>